DataInputService.insertDataStorageRecords Method
Inserts multiple data storage records (bulk insert). This call will not fail if 1 of the items fails.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube.
- transformId
-
Type: String
The ID of the data input transform.
- records
-
Type: Array
ElementType: Array
An array of records, where each record is an array of the data for each column by index.
- beforeRecordId
-
Type: String
(optional) If this record is to be inserted before another record, then the ID of the record to insert it before can be specified.
Optional: True
Return Value
Type: jQuery.Promise
Value: String
A promise object that is resolved when the call is complete.
If successful, the ID of the newly inserted record is returned.